Presentation: Tweet"Handling Data-Flow the Reactive Way using Akka Streams"
Akka Streams are an implementation of the Reactive Streams specification (http://reactive-streams.org/), a joint effort that aims at standardizing the exchange of streams of data across asynchronous boundaries in a fully non-blocking way while providing flow control and mediating back pressure. In this presentation we go into the details of what this new abstraction can be used for and what the guiding principles are behind its development. We then pop the hood to inspect the inner workings of how the idiomatic Scala and Java DSLs translate the description of a stream transformation into a running chain of actors. Finally I give an outlook on how this will enable the distributed processing of real-time or big data streams across an Akka Cluster.
Intended Audience
Programmers, architects, CIO/CTOs and everyone with a desire to challenge the status quo and expand their horizons on how to tackle the current and future challenges in the computing industry.
Download slides